@charset "UTF-8";

/*简易栅格化*/
.mk-col {
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.mk-col-2 li {
    float: left;
    padding: 0 6.5px;
    width: 50%;
}

.mk-col-3 li {
    float: left;
    padding: 0 6.5px;
    width: 33.3333%;
}

.mk-col-4 li {
    float: left;
    padding: 0 6.5px;
    width: 25%;
}

.mk-col li img {
    max-width: 100%;
}

.mk-row-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.mk-row-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.mk-row-12 {
    margin-left: -6px;
    margin-right: -6px;
}
.mk-row-14 {
    margin-left: -6px;
    margin-right: -6px;
}
.row li {
    float: left;
}
.row li img {
    max-width: 100%;
}
.row-3 li {
    width: 33.3333%;
}
.row-4 li {
    width: 25%;
}
.row-5 li {
    width: 20%;
}
.mk-row-20.row li {
    padding: 0 10px;
}
.mk-row-12.row li {
    padding: 0 6px;
}
.mk-row-14.row li {
    padding: 0 7px;
}

/*浏览器更新提示*/
.browserupgrade {
    margin: 0;
    padding: 50px 0;
    background: #ccc;
    text-align: center;
    font-size: 18px;
}

.browserupgrade a {
    font-weight: 600;
    color: red;
    text-decoration: underline;
}

/*返回顶部*/
#to-top {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(../images/common/scrolltop.png) no-repeat center;
    text-align: center;
    text-decoration: none;
    z-index: 8;
    right: 20px;
    opacity: 0.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#to-top:hover {
    opacity: 1;
}

/*分享修复*/
.jiathis_style .jiathis_counter.jiathis_bubble_style {
    box-sizing: content-box;
}

/*图片放大*/
.pic-scale,
.img-scale .pic {
    position: relative;
    overflow: hidden;
}

.img-scale img,
.pic-scale img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-scale:hover img, .pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*图片内阴影*/
.img-cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-cover:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*图片透明*/
.img-opacity {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-opacity:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*图片去色*/
.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/*三角*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-top: -1px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* ====== 分页 ====== */
.paging{text-align:center}
.paging a,.paging span{display:inline-block;margin:0 5px;width:36px;height:36px;line-height:34px;color:#fff;font-size:14px;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;border:1px solid #475470;background:#475470;border-radius: 5px;}
.paging .prev,.paging .prev_disabled,.paging .next,.paging .next_disabled{color:#fff;border:1px solid #475470;}
.paging .pre:hover,.paging .next:hover{background-color:#0b3ba3;color:#fff;border-color:#0b3ba3;}
.paging .current,.paging a:hover{background-color:#0b3ba3;color:#fff;border-color:#0b3ba3;}
.paging a.prev:before,.paging a.prev_disabled:before{content:"<";}
.paging a.next:before,.paging a.next_disabled:before{content:">";}

/*面包屑导航*/
.com-bread{height:75px;line-height:75px;font-size:16px;color:#949494;}
.com-bread a{color:#949494;}
.com-bread a:hover{color:#475470;}


/*弹窗留言*/
.tc-message {
    display: none;
}

.tc-message .form-box h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
    color: #000;
}

.tc-message .form-box {
    padding: 30px;
    background: #fff;
}

.tc-message .form-box .form-tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.tc-message .form-box ul li {
    float: left;
    margin-bottom: 20px;
    width: 32.6666%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-message .form-box ul li ~ li {
    margin-left: 1%;
}

.tc-message .form-box ul li input {
    line-height: 25px;
    width: 72%;
    padding: 0 5px;
    background-color: #f5f5f5;
    font-size: 16px;
}

.tc-message .form-box ul li input:focus, .tc-message .form-box .form-desc .text:focus {
    background-color: #fff;
}

.tc-message .form-box .in-tit {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.tc-message .form-box .form-desc .in-tit {
    width: 8%;
}

.tc-message .form-box .form-desc {
    margin-bottom: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-message .form-box .form-desc .error {
    bottom: -25px;
}

.tc-message .form-box .form-desc .text {
    vertical-align: top;
    width: 90%;
    height: 175px;
    border: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
}

.tc-message .form-box .sub-btn {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #069fb9;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: "微软雅黑";
}

.tc-message .form-box .sub-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/*视频弹窗*/
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
    width: 992px;
    height: 558px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -279px;
    margin-left: -500px;
}

@media (max-width:1440px) {
    .vwrap .videobox {
        width: 854px;
        height: 480px;
        margin-top: -240px;
        margin-left: -430px;
    }

}

#videobox {
    height: 100%;
    width: 100%;
}

.vwrap .videobox #videobox1, .vwrap .videobox #videobox2 {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -40px;
}

.vwrap .close i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/common/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#videobox_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo, .jwclick {
    display: none !important;
}

#videobox_controlbar {
    bottom: 5% !important;
}

/*KEFU*/
.qqkefu {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 20;
    width: 53px;
}

.qqkefu ul li {
    position: relative;
    float: right;
    margin-bottom: 1px;
    height: 47px;
    background: #757575;
    font-size: 14px;
    line-height: 47px;
    opacity: .9;
    cursor: pointer;
}

.qqkefu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.qqkefu ul li.qq_cza {
    overflow: hidden;
}

.qqkefu ul li:hover {
    background: #183ca3;
}

.qqkefu ul li.top {
    position: relative;
    width: 53px;
    background: #183ca3 url(../images/kf/top_icon.png) no-repeat center;
    color: #1c1c1c;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qqkefu ul li.top:hover {
    background-color: #1e48c1;
}

.qqkefu ul li b {
    float: left;
    display: block;
    overflow: hidden;
    width: 53px;
    height: 47px;
}

.qqkefu ul li b.a {
    background: url(../images/kf/czx4.png) no-repeat center center;
}

.qqkefu ul li b.b {
    background: url(../images/kf/czx3.png) no-repeat center center;
}

.qqkefu ul li b.d {
    background: url(../images/kf/bdsq.png) no-repeat center center;
}

.qqkefu ul li b.c {
    background: url(../images/kf/czx5.png) no-repeat center center;
}

.qqkefu ul li b.e {
    background: url(../images/kf/icon_kf_tel.png) no-repeat center center;
}

.qqkefu ul li b.lxb {
    background: url(../images/kf/phone0.png) no-repeat center center;
}

.qqkefu .erweima {
    position: absolute;
    top: -103px;
    left: -134px;
    float: right;
    display: none;
    height: 150px;
    border: 1px solid #CCC;
    background: #FFF;
    cursor: default !important;
}

.qqkefu .erweima p {
    float: left;
    width: 130px;
    color: #183ca3;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.qqkefu .erweima p img {
    margin: 10px 10px 0 10px;
    width: 110px;
    height: 110px;
}

.qqkefu .kf-tel .erweima {
    top: -23px;
    left: -153px;
    height: 70px;
    text-align: center;
}

.qqkefu .kf-tel .erweima p {
    width: 150px;
}

.qqkefu .kf-tel .erweima em {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 0px;
    width: 100%;
    color: #183ca3;
    font-weight: 600;
    font-size: 16px;
}

/*常见问题*/
.faq-list {
    border-top: 1px solid #E4E4E4;
}

.faq-list li {
    border-bottom: 1px solid #E4E4E4;
}

.faq-list .question {
    font-size: 18px;
    height: 62px;
    line-height: 62px;
    color: #333;
    cursor: pointer;
    padding-left: 20px;
}

.faq-list li .question.on {
    color: #0057FF;
}

.faq-list .question .fa-dropdown {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    width: 31px;
    height: 31px;
    background: url(../images/icon-faq-open.png) no-repeat center;
    background-size: contain;
}

.faq-list .question.on .fa-dropdown {
    background: url(../images/icon-faq-close.png) no-repeat center;
}

.faq-list .answer {
    padding: 15px 45px 45px;
    line-height: 1.7;
}

.faq-list .answer ~ .answer {
    display: none;
}

.faq-list .answer p {
    line-height: 2;
}

/*网站地图*/
.sitemap-list>li {
    margin-top: 20px;
    padding: 20px;
    border-bottom: #f2f2f2 1px solid;
}

.sitemap-list>li:first-child {
    margin-top: 0;
}

.sitemap-list>li>a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
}

.sitemap-list>li>a b {
    font-weight: normal;
}

.sitemap-list ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
}